home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / Xm / XmTabListCopy.z / XmTabListCopy
Text File  |  1998-10-30  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmTTTTaaaabbbbLLLLiiiissssttttCCCCooooppppyyyy((((3333XXXX))))         UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV         XXXXmmmmTTTTaaaabbbbLLLLiiiissssttttCCCCooooppppyyyy((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XXXXmmmmTTTTaaaabbbbLLLLiiiissssttttCCCCooooppppyyyy - A convenience function that creates a new
  10.           tab list from an existing list
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.           #include <Xm/Xm.h>
  14.           XXXXmmmmTTTTaaaabbbbLLLLiiiisssstttt XXXXmmmmTTTTaaaabbbbLLLLiiiissssttttCCCCooooppppyyyy(
  15.           XXXXmmmmTTTTaaaabbbbLLLLiiiisssstttt ttttaaaabbbblllliiiisssstttt,
  16.           iiiinnnntttt ooooffffffffsssseeeetttt,
  17.           CCCCaaaarrrrddddiiiinnnnaaaallll ccccoooouuuunnnntttt);
  18.  
  19.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  20.           This page documents Motif 2.1.
  21.  
  22.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  23.           XXXXmmmmTTTTaaaabbbbLLLLiiiissssttttCCCCooooppppyyyy creates a new tab list consisting of a copy of
  24.           a portion of the contents of the _t_a_b_l_i_s_t argument. This
  25.           function starts copying at the specified offset value of the
  26.           tab list and copies _c_o_u_n_t values.
  27.  
  28.           _t_a_b_l_i_s_t   Specifies a tab list to be copied.
  29.  
  30.           _o_f_f_s_e_t    Specifies where to start copying. A value of 0
  31.                     (zero) indicates begin at the beginning, a value
  32.                     of 1 indicates to skip the first tab, and so on. A
  33.                     negative indicates to begin counting backwards
  34.                     from the end.  A value of -1 indicates to start
  35.                     copying from the last tab.
  36.  
  37.           _c_o_u_n_t     Specifies the number of tabs to copy. A value of 0
  38.                     (zero) indicates to copy all elements from the
  39.                     starting point to the end (beginning if _o_f_f_s_e_t is
  40.                     negative) of the tab list.
  41.  
  42.      RRRREEEETTTTUUUURRRRNNNN
  43.           If _t_a_b_l_i_s_t is NULL, this function returns NULL. Otherwise,
  44.           this function returns a newly allocated XXXXmmmmTTTTaaaabbbbLLLLiiiisssstttt.  If the
  45.           function does allocate an XXXXmmmmTTTTaaaabbbbLLLLiiiisssstttt, then the application is
  46.           responsible for managing the allocated space.  The
  47.           application can recover the allocated space by calling
  48.           XXXXmmmmTTTTaaaabbbbLLLLiiiissssttttFFFFrrrreeeeeeee.
  49.  
  50.      RRRREEEELLLLAAAATTTTEEEEDDDD
  51.           XXXXmmmmTTTTaaaabbbbLLLLiiiisssstttt(3) and XXXXmmmmTTTTaaaabbbbLLLLiiiissssttttFFFFrrrreeeeeeee(3).
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/24/98)
  64.  
  65.  
  66.  
  67.